Transforms forPromptObject


PromptHierarchicalTreeTransform

Formal Parameter Type Default Required Description
addImage STRING btn_add.gif false Image to add units to the selected list.
attrFormTypeInAvailableList INTEGER 2 false Specifies what attribute forms are to be displayed.
This formal parameter will only three possible values defined in CartExpression interface:
  • CartExpression.DISPLAY_ONLY_ATTR_ID_FORMS indicates only display ID forms and ignore other forms when displaying.
  • CartExpression.DISPLAY_ATTR_NON_ID_FORMS indicates to ignore ID forms and display all other type of forms.
  • CartExpression.DISPLAY_ALL_ATTR_FORMS indicates to display both ID and Non-Id forms (default behavior).
attributeImage STRING Attribute.png false Image used to represent an attribute.
attributeLockedImage STRING AttributeLocked.gif false Image used to represent a locked attribute.
availableSize INTEGER 10 false The number of elements that the Available list box displays.
This flag is used as an int value.
backToParentFolderImage STRING arrow_shiftleft.gif false Image for going up in browsing path for object prompts.
Object Prompts might support object browsing. This is done by displaying a browsing path above given prompt question. This path is similar to that used for displaying location of a given report. This image represents the button for allowing end-users to browse up in the hierarchy.
backToTop STRING BackToTop.gif false

Deprecated. This formal parameter is no longer used. There are no references to this formal parameter in the code


calendarImage STRING calendar.gif false  
cssPrefix STRING   false Prefix to append to all css class names.
defaultOperatorId STRING   false Specifies operator Id to be used as default in expression.
If this value is set to empty string, then original behavior will be adopted.
Default value is empty string.
Possible values are any constant defined in EnumDSSXMLFunction enumeration which is supported by any style of Expression prompts.
dottedArrowImage STRING ArrowDotted.gif false  
editMetricQualificationOutputLevel BOOLEAN true false Specifies whether or not the output level of a metric qualification is editable.
If this value is set to true, a button to open and edit the output level is shown.
This flag is used as a boolean value
Default value is true.
elementImage STRING attributeElement.gif false Image used to represent an attribute element.
endImage STRING arrow_end_inc_fetch.gif false Image to page to last list of units in incremental browsing.
errorImage STRING promptError_white.gif false  
findImage STRING btn_find.gif false Image to submit searching for units.
firstImage STRING arrow_first_inc_fetch.gif false Image to page to first list of units in incremental browsing.
folderImage STRING folder2.gif false Image used to represent a folder.
folderItemsInTree BOOLEAN true false Specifies whether folder items should be displayed or not.
folderPathSeparator STRING > false  
hierarchiesInTree BOOLEAN false false Specifies whether the hierarchies will be displayed inside the tree.
hierarchyImage STRING hierarchy.png false Image used to represent a hierarchy.
isQualifyAvailable BOOLEAN false false Determine if qualification pane is available.
isSearchRequired BOOLEAN false false

Deprecated. FP not necessary, intead use searchAvailable.


Specifies whether a search is required to display the elements of the selected attribute.
Hierarchical prompts specify in their definition whether a search is permitted on given attribute's element. Displaying a search section is controlled by this flag.
This flag is used as a boolean value.
levelFlag INTEGER 4095 false Specifies what fields in prompt question are displayed.
Prompt question is broken down in four visible fields: title, meaning, restriction and content. Multiple fields can be displayed at the same time. Which fields to be displayed is indicated by a bit-wise flag.
This flag is used as bit-wise value.
Allowed Values:
  • Title = LEVEL_SHOW_TITLE
  • Meaning = LEVEL_SHOW_MEANING
  • Restriction = LEVEL_SHOW_RESTRICTION
  • Content = LEVEL_SHOW_CONTENT
  • Back to Top = LEVEL_SHOW_TITLE_BACKTOTOP
  • Show all = LEVEL_SHOW_ALL

For complete list, refer to EnumPromptLevelFlags
Usage:
For example, if you want to specify name and owner, then you would specify (1 + 4 = 5) Default value is LEVEL_SHOW_ALL
logicalOperatorDefault INTEGER 19 false Specifies 'And/Or' match case default value.
logicalOperatorSelectionMethod INTEGER 2 false Specifies whether the 'And/Or' match case checkbox is displayed or not next the selected list in cart style ouput.
matchCase BOOLEAN false false Specifies whether the match case checkbox is displayed or not next to a search section.
Indicates whether or not to show match case checkbox next to search section. Not all prompt types support searching for elements, so even if this parameter is true, the search box might not be available.
This flag is used as a boolean value.
nextImage STRING arrow_right_inc_fetch.gif false Image to page to next block of units in incremental browsing.
previousImage STRING arrow_left_inc_fetch.gif false Image to page to previous block of units in incremental browsing.
removeImage STRING btn_remove.gif false Image to remove elements from the selected list.
searchAvailable BOOLEAN true false Specifies whether the transform should display a search section.
Not all prompt types support searching for elements, so even if this parameter is true, the search box might not be available.
This flag is used as a boolean value.
searchSize INTEGER 12 false Specifies the size of the search text box.
selectedSelectSize INTEGER 10 false  
showRequired BOOLEAN true false Specifies whether or not to display 'Required' message at the end of prompt title.
'Required' message is static and it's displayed along with prompt title. This message can be either displayed or not.
This flag is used as boolean value.
treeStyle STRING   false Class to indicate the style to use when displaying the tree.